object Form13: TForm13 Left = 339 Top = 187 BorderStyle = bsDialog Caption = 'wyszukiwanie' ClientHeight = 152 ClientWidth = 312 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label56: TLabel Left = 8 Top = 80 Width = 117 Height = 13 Caption = 'Szukaj wed�ug kategorii:' Color = clNavy Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentColor = False ParentFont = False Transparent = True end object Label1: TLabel Left = 8 Top = 0 Width = 71 Height = 13 Caption = 'Imi� i nazwisko' end object Label2: TLabel Left = 224 Top = 0 Width = 18 Height = 13 Caption = 'NIP' end object Label3: TLabel Left = 8 Top = 40 Width = 22 Height = 13 Caption = 'ulica' end object Label4: TLabel Left = 184 Top = 40 Width = 60 Height = 13 Caption = 'miejscowo��' end object Label5: TLabel Left = 120 Top = 0 Width = 71 Height = 13 Caption = 'Imi� i nazwisko' end object ComboBox2: TComboBox Left = 8 Top = 96 Width = 153 Height = 21 Style = csDropDownList ItemHeight = 13 Items.Strings = ( 'Nazwisko' 'NIP' 'firma' 'Miejscowosc') TabOrder = 0 end object Edit13: TEdit Left = 8 Top = 120 Width = 153 Height = 21 TabOrder = 1 OnChange = Edit13Change end object DBEdit1: TDBEdit Left = 8 Top = 16 Width = 105 Height = 21 DataField = 'Nazwisko' DataSource = Form1.NabywcySource ReadOnly = True TabOrder = 2 end object DBEdit2: TDBEdit Left = 120 Top = 16 Width = 97 Height = 21 DataField = 'Firma' DataSource = Form1.NabywcySource ReadOnly = True TabOrder = 3 end object DBEdit3: TDBEdit Left = 8 Top = 56 Width = 169 Height = 21 DataField = 'Ulica' DataSource = Form1.NabywcySource ReadOnly = True TabOrder = 4 end object DBEdit4: TDBEdit Left = 184 Top = 56 Width = 121 Height = 21 DataField = 'Miejscowosc' DataSource = Form1.NabywcySource ReadOnly = True TabOrder = 5 end object BitBtn1: TBitBtn Left = 184 Top = 120 Width = 121 Height = 25 Caption = 'Ok' TabOrder = 6 OnClick = BitBtn1Click end object BitBtn2: TBitBtn Left = 184 Top = 88 Width = 121 Height = 25 Caption = 'Anuluj' TabOrder = 7 OnClick = BitBtn2Click end object DBEdit5: TDBEdit Left = 224 Top = 16 Width = 81 Height = 21 DataField = 'NIP' DataSource = Form1.NabywcySource ReadOnly = True TabOrder = 8 end end